Welcome![Sign In][Sign Up]
Location:
Search - poisson distribution

Search list

[AlgorithmRAND_POI

Description: 产生泊松分布随机数的程序-generated random Poisson distribution of the process
Platform: | Size: 1024 | Author: 一二三 | Hits:

[Mathimatics-Numerical algorithmsPOSSRAND

Description: 生成均匀分布随机数和泊松分布随机数的程序-generate uniformly distributed random number and random Poisson distribution of the process
Platform: | Size: 1024 | Author: wgg | Hits:

[Communication05041062

Description: 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random number distribution methods : i = z (16807zi-1 1) mod (pow (2,32)). The main function was called. 2. Have U (0-1) distribution using the formula : x1 = sqrt (-2lnU1) cos (2PiU2), x2 = sqrt (-2lnU1) sin (2PiU2) 3. Rayleigh distribution, using two independent normal distribution with the distribution of values with the formula x = sqrt (Y1- Y2 Y1- Y2)- Health Rayleigh random number. 4 Poisson distribution
Platform: | Size: 52224 | Author: 吕军红 | Hits:

[ApplicationsP_Possion

Description: 产生一个满足泊松分布的随机序列信号。用于通信系统的信源部分-have to meet a Poisson distribution of random sequence. Communication systems for the source of
Platform: | Size: 208896 | Author: 张志斌 | Hits:

[Otherpoisson_0.2

Description: 用C语言仿真泊松分布-C language simulation Poisson distribution
Platform: | Size: 1024 | Author: 陈家旺 | Hits:

[Othercpppossion

Description: 用c语言编写的泊松分布,并给出了概率分布图-c language used in the preparation of the Poisson distribution, and gives the probability distribution
Platform: | Size: 322560 | Author: guoda | Hits:

[Otherrandomvariates

Description: 用c++生成多种随机变量,包括正态分布,瑞丽分布,泊松分布-c generated using a variety of random variables, including normal, Ruili distribution, Poisson distribution
Platform: | Size: 81920 | Author: wsx | Hits:

[OtherPOSSION

Description: 这是泊松分布,泊松分布应用广泛,无论在通信领域还是其他领域,它做为排队论的基础不可缺少-This is the Poisson distribution, Poisson distribution widely used both in the field of communications or other areas, It queuing theory as the indispensable foundation
Platform: | Size: 1024 | Author: wangping | Hits:

[matlabPossion

Description: 使用matlab模拟、检验和估计泊松过程、-use Matlab simulation, test and the estimated Poisson process.
Platform: | Size: 1024 | Author: jy | Hits:

[Othergn

Description: 产生符合均匀分布、高斯分布、指数分布、泊松分布,伽玛分布等的随机数-Produced in line with the uniform distribution, Gaussian distribution, exponential distribution, Poisson distribution, gamma distribution of the random number
Platform: | Size: 144384 | Author: wb | Hits:

[Communicationrandomdata

Description: 用C语言编写随机信号的产生:包括均匀分布,高斯分布,二项式分布,锐利分布, 对数高斯分布,泊松分布,拉普拉斯等分布。-Using C language of the generated random signal: including uniform distribution, Gaussian distribution, binomial distribution, a sharp distribution, logarithm Gaussian distribution, Poisson distribution, Laplace distribution.
Platform: | Size: 2235392 | Author: | Hits:

[OtherPoisson

Description: C语言,泊松分布,为产生随机信号,用于系统通信的仿真-C language, Poisson distribution, in order to generate random signals for system communication simulation
Platform: | Size: 1024 | Author: 杨一 | Hits:

[matlabPoisonDist

Description: 产生泊松分布的随机数列 希望对大家有所帮助-Have a Poisson distribution of random numbers out hope that U.S. help
Platform: | Size: 3072 | Author: zzh | Hits:

[matlabMATLAB-Poisson-ture

Description: 用MATLAB编写程序证明Poisson分布的性质-Programming with MATLAB,prove the properties of Poisson distribution
Platform: | Size: 11264 | Author: 林俊 | Hits:

[JSP/Javapoisson

Description: 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。-Poisson distribution is a commonly used discrete probability distributions, mathematical expectation of the Poisson distribution for m the distribution function defined as follows: P (m, k) = mk* em/k! (K = 0, 1, 2, 3 , ...) for a given m and k (0 <m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。
Platform: | Size: 1024 | Author: QQQQQ | Hits:

[matlabpossion

Description: matlab编写的泊松分布仿真代码,含验证代码-prepared by the Poisson distribution matlab simulation code, including the verification code
Platform: | Size: 1024 | Author: Patty Sa | Hits:

[Otherdistribution

Description: 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-Produce uniform distribution, normal distribution, Rayleigh distribution, Poisson distribution random number distribution of these types, including the realization of the various parts of the Functions and main function
Platform: | Size: 12727296 | Author: 曾韬 | Hits:

[matlabPoisson-distribution-WSNs_matlab

Description: 泊松均匀分布的WSNs的网络拓扑Matlab程序-Poisson network structure for WSN
Platform: | Size: 9216 | Author: Liu | Hits:

[OtherPoisson-distribution

Description: 关于泊松分布的代码,让读者能够更清楚地了解柏松分布的原理-The code on the Poisson distribution
Platform: | Size: 1024 | Author: whapen | Hits:

[Algorithmpoisson-distribution

Description: A code simulates poisson distribution
Platform: | Size: 4096 | Author: XU Ke | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net